home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 PPC / RunLibScript / RunLibScript.rsrc / PYC_3114___main__ (.txt) < prev    next >
Python Compiled Bytecode  |  1996-05-19  |  4KB  |  24 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.3)
  3.  
  4. __doc__ = 'Import a module while pretending its name is __main__. This\ncan be used to run scripts from the PackedLib resource file while pretending\nthey have been double-clicked.'
  5. 'Import a module while pretending its name is __main__. This\ncan be used to run scripts from the PackedLib resource file while pretending\nthey have been double-clicked.'
  6. import imp
  7. import sys
  8. import os
  9. import string
  10. import Dlg
  11. import macfs
  12. DIALOG_ID = 512
  13. OK = 1
  14. CANCEL = 2
  15. SCRIPTNAME = 3
  16. ARGV = 4
  17. STDIN_CONS = 5
  18. STDIN_FILE = 6
  19. STDOUT_CONS = 7
  20. STDOUT_FILE = 8
  21. WORKING_DIR = 9
  22. PAUSE = 10
  23. # WARNING: Decompyle incomplete
  24.